home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / cpc2.zip / SHR-WARE.DOC < prev    next >
Text File  |  1996-01-06  |  24KB  |  592 lines

  1.  
  2.     Geist Microsystems                           CodePrint for C/C++
  3.  
  4.  
  5.  
  6.  
  7.  
  8.     C o d e P r i n t   f o r   C / C + + 
  9.  
  10.     V e r s i o n   2 . x x
  11.  
  12.     S h a r e w a r e   a n d   t h e   A S P 
  13.  
  14.  
  15.                     _______            
  16.                    ____|__     |                (R)
  17.                 --|       |    |-------------------
  18.                   |   ____|__  |  Association of  
  19.                   |  |       |_|  Shareware       
  20.                   |__|   o   |    Professionals   
  21.                 -----|   |   |---------------------
  22.                  |___|___|    MEMBER       
  23.  
  24.  
  25.  
  26.     Some Definitions:
  27.     -----------------
  28.  
  29.     You've probably heard the terms "public domain", "freeware",
  30.     "shareware", and others like them.  Your favorite BBS or disk
  31.     vendor probably has many programs described by one or more of
  32.     these words.  There's a lot of confusion about and between these
  33.     terms, but they actually have specific meanings and implications.
  34.     Once you understand them, you will have a much easier time
  35.     navigating the maze of programs available to you, and
  36.     understanding what your obligations are, or aren't, with each
  37.     type of program.
  38.  
  39.     Let's start with some basic definitions.
  40.  
  41.     "Public domain" has a very specific legal meaning.  It means 
  42.     that the creator of a work (in this case, software), who had 
  43.     legal ownership of that work, has given up ownership and 
  44.     dedicated the work "to the public domain".  Once something is in
  45.     the public domain, anyone can use it in any way they choose, and 
  46.     the author has no control over the use and cannot demand payment 
  47.     for it. If you find a program which the author has explicitly 
  48.     put into the public domain, you are free to use it however you 
  49.     see fit without paying for the right to use it.  But use care - 
  50.     due to the confusion over the meaning of the words, programs are 
  51.     often described by authors as being "public domain" when, in 
  52.     fact, they are shareware or free, copyrighted software.  To be 
  53.     sure a program is public domain, you should look for an explicit
  54.     statement from the author to that effect.
  55.  
  56.  
  57.  
  58.  
  59.     Shareware and the ASP                               Page 1 of 10
  60.  
  61.  
  62.     Geist Microsystems                           CodePrint for C/C++
  63.  
  64.  
  65.     "Copyrighted" is the opposite of public domain.  A copyrighted
  66.     program is one where the author has asserted his or her legal
  67.     right to control the program's use and distribution by placing
  68.     the legally required copyright notices in the program and
  69.     documentation.  The law gives copyright owners broad rights to
  70.     restrict how their work is distributed, and provides for
  71.     penalties for those who violate these restrictions.  When you
  72.     find a program which is copyrighted, you must use it in
  73.     accordance with the copyright owner's restrictions regarding
  74.     distribution and payment.  Usually, these are clearly stated in
  75.     the program documentation.
  76.  
  77.     Maintaining a copyright does not necessarily imply charging a
  78.     fee, so it is perfectly possible and legal to have copyrighted
  79.     programs which are distributed free of charge.  The fact that a
  80.     program is free, however, does not mean it is in the public
  81.     domain - though this is a common confusion.
  82.  
  83.     "Shareware" is copyrighted software which is distributed by
  84.     authors through bulletin boards, on-line services, disk vendors,
  85.     and copies passed among friends.  It is commercial software 
  86.     which you are allowed to use and evaluate before paying for it.  
  87.     This makes shareware the ultimate in money back guarantees.
  88.  
  89.  
  90.     The Shareware Concept:
  91.     ----------------------
  92.  
  93.     Most money back guarantees work like this:  You pay for the
  94.     product and then have some period of time to try it out and see
  95.     whether or not you like it.  If you don't like it or find that 
  96.     it doesn't do what you need, you return it (undamaged) and at 
  97.     some point - which might take months - you get your money back.  
  98.     Some software companies won't even let you try their product!  
  99.     In order to qualify for a refund, the diskette envelope must 
  100.     have an unbroken seal.  With these "licensing" agreements, you 
  101.     only qualify for your money back if you haven't tried the 
  102.     product.  How absurd!
  103.  
  104.     Shareware is very different.  With shareware you get to use it
  105.     for a limited time, without spending a penny.  You are able to
  106.     use the software on your own system(s), in your own special work
  107.     environment, with no sales people looking over your shoulder.  
  108.     If you decide not to continue using it, you throw it away and 
  109.     forget all about it.  No paperwork, phone calls, or 
  110.     correspondence to waste your valuable time.  If you do continue 
  111.     using it, then - and only then - do you pay for it.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.     Shareware and the ASP                               Page 2 of 10
  119.  
  120.  
  121.     Geist Microsystems                            CodePrint for C/C++
  122.  
  123.  
  124.     Shareware is very different.  With shareware you get to use it
  125.     for a limited time, without spending a penny.  You are able to
  126.     use the software on your own system(s), in your own special work
  127.     environment, with no sales people looking over your shoulder.  If
  128.     you decide not to continue using it, you throw it away and forget
  129.     all about it.  No paperwork, phone calls, or correspondence to
  130.     waste your valuable time.  If you do continue using it, then -
  131.     and only then - do you pay for it.
  132.  
  133.     Shareware is a distribution method, NOT a type of software.
  134.     Shareware is produced by accomplished programmers, just like
  135.     retail software.  There is good and bad shareware, just as there
  136.     is good and bad retail software.  The primary difference between
  137.     shareware and retail software is that with shareware you know if
  138.     it's good or bad BEFORE you pay for it.
  139.  
  140.     As a software user, you benefit because you get to use the
  141.     software to determine whether it meets your needs before you pay
  142.     for it, and authors benefit because they are able to get their
  143.     products into your hands without the hundreds of thousands of
  144.     dollars in expenses it takes to launch a traditional retail
  145.     software product.  There are many programs on the market today
  146.     which would never have become available without the shareware
  147.     marketing method.
  148.  
  149.     The shareware system and the continued availability of quality
  150.     shareware products depend on your willingness to register and 
  151.     pay for the shareware you use.  It's the registration fees you 
  152.     pay which allow us to support and continue to develop our 
  153.     products.
  154.  
  155.     Please show your support for shareware by registering those
  156.     programs you actually use and by passing them on to others.
  157.  
  158.     Shareware is kept alive by YOUR support!
  159.  
  160.  
  161.     The Virus Problem:
  162.     ------------------
  163.  
  164.     We've all heard the horror stories about computer viruses.
  165.     Unfortunately, we have also heard lots of conflicting statistics
  166.     and opinions.  When it comes to the virus problem there is a lot
  167.     of confusion among users and even developers.
  168.  
  169.     The sad truth is that some unscrupulous publishers of anti-virus
  170.     products are using half-truths, overdramatizations, and outright
  171.     fabrication to promote sales of their products.  They delight in
  172.     manipulating statistics to support their marketing efforts.
  173.     While not illegal, these snake-oil tactics are certainly not
  174.     ethical.
  175.  
  176.  
  177.     Shareware and the ASP                               Page 3 of 10
  178.  
  179.     Geist Microsystems                           CodePrint for C/C++
  180.  
  181.  
  182.     To make matters worse, the media has frequently promoted the
  183.     misinformation promulgated by these unscrupulous individuals
  184.     rather than the straight facts.  While the misinformation may be
  185.     more interesting than the actual facts, the media is not doing
  186.     the computer industry any favors by spreading inaccurate
  187.     information.  To be fair, many newspapers, magazines, and news
  188.     networks are beginning to realize which "virus experts" are
  189.     reliable and which "experts" say whatever is in their own best
  190.     interest.
  191.  
  192.     One of the most interesting myths that has been promulgated by
  193.     these snake-oil salesmen is that BBSs (Bulletin Board Systems)
  194.     and shareware programs are a major source of virus infections.
  195.     Some corporations are now afraid of shareware and BBS activity
  196.     because of this misinformation.
  197.  
  198.     In the October 11, 1988 issue of PC Magazine, publisher Bill
  199.     Machrone's editorial was entitled "Shareware or Scareware?".  In
  200.     his article, Bill Machrone points out "The truth is that all
  201.     major viruses to date were transmitted by commercial [retail]
  202.     packages and private mail systems."  That sounds a little
  203.     different than the claims being made by less knowledgeable
  204.     journalists.
  205.  
  206.     Let's consider for a moment, the distribution differences 
  207.     between retail software and shareware software.  Company XYZ 
  208.     releases a new version of its retail software product.  At the 
  209.     same time company XYZ ships tens of thousands of copies to its 
  210.     retail distribution channels, it also ships 30,000 updates to 
  211.     loyal users.  Most of those loyal users will receive the update 
  212.     within a few days of each other.  This can be a big problem if 
  213.     the update happened to be infected with a virus.
  214.  
  215.     "Not likely", you say?  It has already happened!  Several times!
  216.     There have been seventeen (17) major incidents of virus and
  217.     trojan horse problems in retail software.  Some of these
  218.     incidents affected tens of thousands of users.
  219.  
  220.     What about shareware?  To date there has been one case of a
  221.     shareware author shipping an infected product.  The virus was
  222.     detected by the disk vendors and the problem was corrected
  223.     immediately.  No users were infected.
  224.  
  225.     "But it makes sense that programs which are passed around have a
  226.     greater chance of virus infections, doesn't it?"  Think about it.
  227.     Who has the most to lose if viruses were spread by BBSs and
  228.     shareware programs?  The BBS operators, shareware disk vendors
  229.     and the shareware authors, of course.  Because of this, 
  230.     reputable BBS operators, disk vendors and shareware authors are 
  231.     very careful with the programs they handle.
  232.  
  233.  
  234.  
  235.  
  236.     Shareware and the ASP                               Page 4 of 10 
  237.  
  238.     Geist Microsystems                           CodePrint for C/C++
  239.  
  240.  
  241.     Think about it.  Hundreds (even thousands) of BBS operators and
  242.     disk vendors are carefully examining the programs they receive
  243.     and distribute.  Their business depends on it.  This means that
  244.     any given shareware program can go through hundreds (even
  245.     thousands) of checkpoints where the program is carefully
  246.     examined.  If a problem is found, word spreads incredibly fast.
  247.     News travels "on the wires" even faster than the proverbial 
  248.     small town gossip.  Programs have disappeared almost overnight 
  249.     as a result of this highly efficient communication network.
  250.  
  251.     If a shareware program has been around for a few months, it has
  252.     been checked for virii and trojan horses many more times than 
  253.     any retail software could hope to be checked.  Retail 
  254.     distributors don't check the disks they sell.  Even if the 
  255.     publisher checks their masters for virii (few do), this is still 
  256.     far less than the scrutiny to which shareware programs are 
  257.     subjected.
  258.  
  259.     There's something else to consider.  Most retail distributors
  260.     have a return policy.  What do they do with packages that are
  261.     returned?  They shrink-wrap them and resell them, of course.  
  262.     How can you be sure that you are the first person to purchase 
  263.     the package you just bought at your friendly neighborhood 
  264.     computer store?  You can't.  On the other hand, most shareware 
  265.     authors erase, reformat, and reduplicate the disks that are 
  266.     returned to them.  Which do you think is safer?
  267.  
  268.     Bill Machrone's article in PC Magazine goes on to say "It's time
  269.     to recognize that there's nothing to fear in shareware.  As a
  270.     distribution medium, it saves you money and helps you try out 
  271.     new genres of software with minimum risk."
  272.  
  273.     Does this mean that we should all start buying shareware instead
  274.     of retail software?  Not at all (although few shareware authors
  275.     would object).  Let's face it, more data has been lost to power
  276.     failures and spilled cups of coffee than all virii, trojan
  277.     horses, and worms combined!  An even bigger threat is plain old
  278.     human error, a mistake, a wrong key press, turning off the power
  279.     while files are open, and so forth.  Accurate information and
  280.     common sense (regular backups) are the best defenses against 
  281.     lost data.
  282.  
  283.     Sure, the virus problem is real.  Virii exist.  But shunning
  284.     shareware is not the answer.  Shareware and BBSs are, quite
  285.     simply, NOT a major source of virus infections.  Some
  286.     corporations have even banned shareware entirely because of fear
  287.     of infections.  This is not only unreasonable, it is also
  288.     expensive.  Think how much they could save in software costs if
  289.     they would only try software before they buy it!
  290.  
  291.  
  292.  
  293.  
  294.  
  295.     Shareware and the ASP                               Page 5 of 10
  296.  
  297.     Geist Microsystems                           CodePrint for C/C++
  298.  
  299.  
  300.     Is there anything you can do to help protect yourself from virus
  301.     infections?  Absolutely!  Fortunately, the best preventive
  302.     measures are also the least expensive!
  303.  
  304.     If you need informative, accurate and practical information,
  305.     please read the treatise on "Computer Virus Myths" written by 
  306.     Rob Rosenberger and Ross M. Greenberg.  This treatise is 
  307.     available as a text file on many BBSs and online services.  It 
  308.     not only gives you the facts, it also provides the best overall 
  309.     strategy for protecting your computer system.
  310.  
  311.     As a service to our users, Geist Microsystems includes a copy of
  312.     "Computer Virus Myths" with every registered version we ship.
  313.     Don't let fear stop you from saving money on software.  Don't 
  314.     let fear prevent you from trying some of the best software 
  315.     available.  Shareware is an important market for software.  Take 
  316.     advantage of it.  You'll be glad you did!
  317.  
  318.  
  319.     The Association of Shareware Professionals (ASP):
  320.     -------------------------------------------------
  321.       
  322.     In the early days of shareware there were no real standards.
  323.     Independent authors had no efficient way to learn from each 
  324.     other or to work together to improve the overall image of 
  325.     shareware.  There was no system in place to ensure that users 
  326.     were treated fairly and professionally.  There was no way for 
  327.     users to find an address for an author who had moved.  In short, 
  328.     the shareware community was disorganized and each author did 
  329.     things the way he or she thought was best.  It was clear that if 
  330.     shareware was ever to become a viable and respected marketing 
  331.     alternative, there had to be some standardization.  There had to 
  332.     be some guidelines to best serve the users.
  333.  
  334.     In 1987 a handful of shareware authors founded the Association 
  335.     of Shareware Professionals (ASP).  In forming this industry
  336.     association, these shareware authors had several primary goals 
  337.     in mind, including:
  338.  
  339.     -  To inform users about shareware programs and about
  340.        shareware as a method of distributing and marketing
  341.        software.
  342.  
  343.     -  To foster a high degree of professionalism among shareware
  344.        authors by setting programming, marketing, and support
  345.        standards for ASP members to follow.
  346.  
  347.     -  To encourage broader distribution of shareware through
  348.        user groups and disk dealers who agree to identify and
  349.        explain the nature of shareware.
  350.  
  351.     -  To assist members in marketing their software.
  352.  
  353.  
  354.     Shareware and the ASP                               Page 6 of 10
  355.  
  356.     Geist Microsystems                           CodePrint for C/C++
  357.  
  358.  
  359.     -  To provide a forum through which ASP members may
  360.        communicate, share ideas, and learn from each other.
  361.  
  362.     The newly formed Association of Shareware Professionals worked
  363.     together to draft a code of ethics for all present and future
  364.     members.  This code of ethics included several requirements that
  365.     soon became very popular among users (customers), including:
  366.  
  367.     -  A member's program (evaluation version) could not be
  368.        limited (crippled) in any way.  In the true spirit of
  369.        Try-Before-You-Buy, users must be able to evaluate all the
  370.        features in a program before paying the registration fee.
  371.  
  372.     -  Members must respond to every registration.  At the very
  373.        least they must send a receipt for the payment.
  374.  
  375.     -  Members must provide technical support for their products
  376.        for at least 90 days from the date of registration.
  377.  
  378.     A new system was put in place to help ensure that users were
  379.     treated fairly and professionally.  If a user was unable to
  380.     resolve a problem with a member author then the user could
  381.     contact the ASP Ombudsman with their complaint.  The Ombudsman
  382.     would then try to help resolve the dispute.  For more complete
  383.     details regarding the Ombudsman, please refer to the "ASP
  384.     Ombudsman Statement" below (page 8).
  385.  
  386.     As of March, 1991, the ASP had over 300 author members and 
  387.     almost 200 vendor members, with new members joining every week.
  388.  
  389.  
  390.     Contacting ASP Members Via CompuServe:
  391.     --------------------------------------
  392.  
  393.     There is an easy and convenient way to speak directly to many 
  394.     ASP Members (both authors and vendors).  Visit the shareware 
  395.     forum on CompuServe.  Simply type "GO SHAREWARE", "GO SHARE", or 
  396.     "GO ASPFORUM" from any CompuServe ! prompt.
  397.  
  398.     Here you will be able to talk to the authors of your favorite
  399.     shareware programs, learn about other programs, ask questions,
  400.     make suggestions, and much more.  We'd love to meet you online,
  401.     please come visit us today!
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.     Shareware and the ASP                               Page 7 of 10
  414.  
  415.     Geist Microsystems                           CodePrint for C/C++
  416.  
  417.  
  418.     Author Address Changes:
  419.     -----------------------
  420.  
  421.     People move.  Forwarding orders expire.  What can you do?
  422.  
  423.         "I got a copy of a shareware program written by an ASP Member.
  424.         I sent in the registration fee and the post office returned 
  425.         my letter saying that it was undeliverable.  Now what do I 
  426.         do?"
  427.  
  428.     If the author has moved then chances are very good that you have
  429.     an old version of the program.  This is another situation that
  430.     the ASP can help you to resolve.  ASP Members are required to
  431.     keep the ASP informed of address changes.  If you need to obtain
  432.     the current address for a member, simply write to the following
  433.     address:
  434.  
  435.         ASP Executive Director
  436.         545 Grover Road
  437.         Muskegon, MI  49442-9427
  438.         U.S.A.
  439.  
  440.     or send a CompuServe message via CompuServe MAIL to ASP 
  441.     Executive Director 72050,1433.  You may also FAX your request to 
  442.     the ASP Executive Director at 616-788-2765.
  443.  
  444.  
  445.     ASP Ombudsman Statement:
  446.     ------------------------
  447.  
  448.     This program is produced by a member of the Association of
  449.     Shareware Professionals (ASP).  ASP wants to make sure that the
  450.     shareware principle works for you.  If you are unable to resolve
  451.     a shareware-related problem with an ASP member by contacting the
  452.     member directly, ASP may be able to help.  The ASP Ombudsman can
  453.     help you resolve a dispute or problem with an ASP member, but
  454.     does not provide technical support for members' products.
  455.  
  456.     Please write to the ASP Ombudsman at:
  457.  
  458.         ASP Ombudsman
  459.         545 Grover Road
  460.         Muskegon, MI  49442-9427
  461.         U.S.A.
  462.  
  463.     or send a CompuServe message via CompuServe MAIL to ASP 
  464.     Ombudsman 70007,3536.
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.     Shareware and the ASP                               Page 8 of 10
  473.  
  474.     Geist Microsystems                           CodePrint for C/C++
  475.  
  476.  
  477.     For More Information:
  478.     ---------------------
  479.  
  480.     If you would like to learn more about the shareware phenomenon,
  481.     there are several excellent sources of additional information.
  482.     Two of the best books ever written about shareware are described
  483.     below.
  484.  
  485.  
  486.     Dr. File Finder's Guide to Shareware:
  487.     -------------------------------------
  488.  
  489.     By Mike Callahan and Nick Anis.  Foreword by John C. Dvorak.
  490.  
  491.         "[Mike's] book distills thousands of hours of his online
  492.         search for the crown jewels of Shareware into one usable
  493.         guide.  As such, it may be the most valuable computer book
  494.         you'll ever buy."
  495.         --Jack Rickard, Publisher, Boardwatch Magazine
  496.  
  497.         "No one combines Dr. File Finder's comprehensive knowledge of
  498.         the Shareware genre with his good taste in software. This is
  499.         sure to be the definitive place to look for insight and
  500.         program information."
  501.         --Barry Simon, Former President of the Association of
  502.         Shareware Professionals, PC Magazine Columnist, and
  503.         Coauthor of Stackey, Batutil, and Ctrlalt
  504.  
  505.         "GREAT!  Every PC user will find something of value within
  506.         these pages.  This book will save you a bundle."
  507.         --Alfred Glossbrenner
  508.  
  509.         "If I were going to buy only one computer book, this would be
  510.         it."
  511.         --Tom Scott, Publisher, Telecomputing Magazine
  512.  
  513.     Nobody knows Shareware like the illustrious Dr. File Finder,
  514.     known  off line as Mike Callahan.  Now, in Dr. File Finder's
  515.     Guide to  Shareware, you can learn about dozens of leading
  516.     Shareware programs,  including where and how to get them.  In 
  517.     the true spirit of Shareware, this book/disk package includes a 
  518.     disk full of top programs that you can try out yourself before
  519.     registering.  Send in the card at the back of the book and 
  520.     you'll get two additional disks with more software.
  521.  
  522.     Mike Callahan, AKA Dr. File Finder, is the world's leading
  523.     authority on Shareware.  He regularly accesses thousands of
  524.     bulletin board systems and has been a major force in promoting
  525.     many of the top Shareware packages.  Callahan has spent several
  526.     years and thousands of hours helping people around the world
  527.     learn more about Shareware.
  528.  
  529.  
  530.  
  531.     Shareware and the ASP                               Page 9 of 10
  532.  
  533.     Geist Microsystems                           CodePrint for C/C++
  534.  
  535.  
  536.     Nick Anis is the coauthor of several acclaimed best-sellers in
  537.     the  Dvorak*Osborne imprint, including Dvorak's Guide to PC
  538.     Telecommunications, Dvorak's Guide to Desktop Telecommunications,
  539.     and Glossbrenner's Complete Hard Disk Handbook.
  540.  
  541.     $39.95, ISBN: 0-07-881646-7, 950 pp. 7 3/8 X 9 1/4.  AVAILABLE
  542.     NOW AT YOUR LOCAL BOOK OR COMPUTER STORE OR CALL TOLL-FREE
  543.     1-800-227-0900 (M-F, 8:30 - 4:30 PST)
  544.  
  545.  
  546.     Shareware:  "Try Before You Buy" Software:
  547.     ------------------------------------------
  548.  
  549.     Perhaps you've read Rob Rosenberger's well known and highly
  550.     acclaimed treatise on the computer virus problem.  If you liked
  551.     that article then you'll love his excellent book on Shareware.
  552.     This book is a must for anyone who is interested in Shareware,
  553.     what to look for (and look out for), and where to find it.  In
  554.     this book, shareware author and writer Rob Rosenberger delves
  555.     into the very heart of Shareware, telling you who developed the
  556.     concept and why.
  557.  
  558.     You'll know why these programs:  * undercut the price of retail
  559.     software * helped bring down the use of copy protection schemes 
  560.     * receive numerous editorial and reader survey awards * generate
  561.     more sales than retail software in some cases * make retail OS/2
  562.     software developers so nervous * are falsely accused of 
  563.     spreading computer "viruses".
  564.  
  565.     Rob shows you where you can find good Shareware.  You'll learn 
  566.     to beware of companies that make money by abusing the "try 
  567.     before you buy" concept.  And you'll discover where Shareware is 
  568.     heading in the near future.
  569.  
  570.         "A lot of good books devote just one or two chapters to the
  571.         concept and history of Shareware.  I'm pleased to say there 
  572.         is finally a reference book on the subject."
  573.         --Jim Button, cofounder of the Shareware concept
  574.  
  575.         "It's filled with accurate information for anyone who wants 
  576.         to learn about one of the most significant sources of high-
  577.         quality software."
  578.         --Edward Mendelson, contributing editor, PC Magazine
  579.  
  580.     Here's all the information you need to obtain your copy of this
  581.     outstanding book:
  582.  
  583.         Shareware:  "Try Before You Buy" Software.  By Rob 
  584.         Rosenberger.  Third Edition.  Only $6.95!
  585.         Paradise Publishing      Phone:  (800) 233-2451
  586.         3111 S. Valley View Blvd., Suite B-105
  587.         Las Vegas, NV  89102   U.S.A.
  588.  
  589.  
  590.     Shareware and the ASP                              Page 10 of 10
  591.  
  592.